GUI builder - определение. Что такое GUI builder
Diclib.com
Словарь онлайн

Что (кто) такое GUI builder - определение

SOFTWARE DEVELOPMENT TOOL
GUI Builder; GUI builders; GUI builder; User interface builder; Gui builder; List of GUI builders; List of graphical user interface builders; GUI designer; Form desinger; Form designer
  • [[NetBeans]] GUI builder

Graphical user interface builder         
A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, is a software development tool that simplifies the creation of GUIs by allowing the designer to arrange graphical control elements (often called widgets) using a drag-and-drop WYSIWYG editor. Without a GUI builder, a GUI must be built by manually specifying each widget's parameters in source-code, with no visual feedback until the program is run.
Irish Builder         
NEWSPAPER PUBLISHED IN DUBLIN, DUBLIN, IRELAND
The Irish Builder
The Irish Builder was a successful trade journal published in Dublin, Ireland, under various names. Names used by the journal were: The Dublin Builder, or Illustrated Irish Architectural, Engineering, Mechanics’ & Sanitary Journal (1859-1866); Irish Builder and Engineering Record (1867-1871); Irish Builder (1872-1899); Irish Builder and Technical Journal to 1979.
Gui (food)         
GRILLED DISHES IN KOREAN CUISINE
Gui (dish); Gui (Korean dish); Gui (Korean food)
In Korean cuisine, gui or guee () is a grilled dish. Gui most commonly has meat or fish as the primary ingredient, but may in some cases also have grilled vegetables or other vegetarian ingredients.

Википедия

Graphical user interface builder

A graphical user interface builder (or GUI builder), also known as GUI designer or sometimes RAD IDE, is a software development tool that simplifies the creation of GUIs by allowing the designer to arrange graphical control elements (often called widgets) using a drag-and-drop WYSIWYG editor. Without a GUI builder, a GUI must be built by manually specifying each widget's parameters in source-code, with no visual feedback until the program is run. Such tools usually called the term RAD IDE.

User interfaces are commonly programmed using an event-driven architecture, so GUI builders also simplify creating event-driven code. This supporting code connects software widgets with the outgoing and incoming events that trigger the functions providing the application logic.

Some graphical user interface builders automatically generate all the source code for a graphical control element. Others, like Interface Builder or Glade Interface Designer, generate serialized object instances that are then loaded by the application.